home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
EnigmA Amiga Run 1995 November
/
EnigmA AMIGA RUN 02 (1995)(G.R. Edizioni)(IT)[!][issue 1995-11][Skylink CD].iso
/
earcd
/
util
/
text
/
edt10.lha
/
S
/
M2Edt
/
HSplitWin.edt
next >
Wrap
Text File
|
1994-08-19
|
256b
|
17 lines
/* Fenster horizontal teilen */
OPTIONS RESULTS
'Get WINDOWID'
me=RESULT
'Get' WINDOWWIDTH
w=RESULT%2
'Set' WINDOWWIDTH w
'Get' WINDOWLEFT
l=RESULT+w
'Get' WINDOWTOP
t=RESULT
'Get' WINDOWHEIGHT
h=RESULT
'NewWindow'
'SetWindowBox' l t w h
'SelectWindow' me